- GSpawnChildSetupFunc
alias GSpawnChildSetupFunc = void function(void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GSpawnError
alias GSpawnError = _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GSpawnFlags
alias GSpawnFlags = _Anonymous_1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_spawn_async
alias da_g_spawn_async = gboolean function(const(gchar)* working_directory, gchar** argv, gchar** envp, GSpawnFlags flags, GSpawnChildSetupFunc child_setup, gpointer user_data, GPid* child_pid, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_spawn_async_with_pipes
alias da_g_spawn_async_with_pipes = gboolean function(const(gchar)* working_directory, gchar** argv, gchar** envp, GSpawnFlags flags, GSpawnChildSetupFunc child_setup, gpointer user_data, GPid* child_pid, gint* standard_input, gint* standard_output, gint* standard_error, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_spawn_check_exit_status
alias da_g_spawn_check_exit_status = gboolean function(gint exit_status, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_spawn_close_pid
alias da_g_spawn_close_pid = void function(GPid pid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_spawn_command_line_async
alias da_g_spawn_command_line_async = gboolean function(const(gchar)* command_line, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_spawn_command_line_sync
alias da_g_spawn_command_line_sync = gboolean function(const(gchar)* command_line, gchar** standard_output, gchar** standard_error, gint* exit_status, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_spawn_error_quark
alias da_g_spawn_error_quark = GQuark function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_spawn_exit_error_quark
alias da_g_spawn_exit_error_quark = GQuark function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_spawn_sync
alias da_g_spawn_sync = gboolean function(const(gchar)* working_directory, gchar** argv, gchar** envp, GSpawnFlags flags, GSpawnChildSetupFunc child_setup, gpointer user_data, gchar** standard_output, gchar** standard_error, gint* exit_status, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_spawn_async
gboolean g_spawn_async(const(gchar)* working_directory, gchar** argv, gchar** envp, GSpawnFlags flags, GSpawnChildSetupFunc child_setup, gpointer user_data, GPid* child_pid, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_spawn_async_with_pipes
gboolean g_spawn_async_with_pipes(const(gchar)* working_directory, gchar** argv, gchar** envp, GSpawnFlags flags, GSpawnChildSetupFunc child_setup, gpointer user_data, GPid* child_pid, gint* standard_input, gint* standard_output, gint* standard_error, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_spawn_check_exit_status
gboolean g_spawn_check_exit_status(gint exit_status, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_spawn_close_pid
void g_spawn_close_pid(GPid pid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_spawn_command_line_async
gboolean g_spawn_command_line_async(const(gchar)* command_line, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_spawn_command_line_sync
gboolean g_spawn_command_line_sync(const(gchar)* command_line, gchar** standard_output, gchar** standard_error, gint* exit_status, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_spawn_error_quark
GQuark g_spawn_error_quark()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_spawn_exit_error_quark
GQuark g_spawn_exit_error_quark()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_spawn_sync
gboolean g_spawn_sync(const(gchar)* working_directory, gchar** argv, gchar** envp, GSpawnFlags flags, GSpawnChildSetupFunc child_setup, gpointer user_data, gchar** standard_output, gchar** standard_error, gint* exit_status, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_spawn_async
da_g_spawn_async g_spawn_async;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_spawn_async_with_pipes
da_g_spawn_async_with_pipes g_spawn_async_with_pipes;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_spawn_check_exit_status
da_g_spawn_check_exit_status g_spawn_check_exit_status;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_spawn_close_pid
da_g_spawn_close_pid g_spawn_close_pid;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_spawn_command_line_async
da_g_spawn_command_line_async g_spawn_command_line_async;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_spawn_command_line_sync
da_g_spawn_command_line_sync g_spawn_command_line_sync;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_spawn_error_quark
da_g_spawn_error_quark g_spawn_error_quark;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_spawn_exit_error_quark
da_g_spawn_exit_error_quark g_spawn_exit_error_quark;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_spawn_sync
da_g_spawn_sync g_spawn_sync;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.